home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperModels in the Rainforest
/
SuperModels in the Rainforest.iso
/
rain.dxr
/
00076.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-13
|
231 b
|
17 lines
on exitFrame
unLoad(68)
unLoad(69)
unLoad(70)
go("LoadUp")
end
on keyDown
if the key = RETURN then
if the machineType = 256 then
go(label("little") + 1)
else
go("Main Screen")
end if
end if
end